A CrossTabObject object in the Report Designer represents a single cross
CrossTabObject objects can be obtained from a report much like subreports. A CrossTabObject is implemented as a single report object accessible through the ReportObjects collection.
The following code searches for cross
Dim CRXReport As New CrystalReport1
Dim CRXXtObject As CRAXDRT.CrossTabObject
Dim CRXSection As Section
Dim CRXReportObject As Object For Each CRXSection In Report.Sections For Each CRXReportObject In sect.ReportObjects If CRXReportObject.Kind = crCrosstabObject Then Set CRXXtObject = CRXReportObject
CRXXtObject.BorderColor = RGB(255, 0, 0)
CRXXtObject.HasDropShadow = True
Set CRXXtObject = Nothing End If Next Next
Although cross
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |